home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / monkey_t.swf / scripts / DefineButton2_193 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-11-09  |  160 b   |  8 lines

  1. on(release){
  2.    _root.mcHST.onSubmitScorePress();
  3.    _root.alienEngine.removeAliens();
  4.    _root.removeAllTargets();
  5.    gotoAndStop("exit");
  6.    play();
  7. }
  8.